home *** CD-ROM | disk | FTP | other *** search
- System Utilities Activex Control 1.0
- ------------------------------------
-
- This isn't a big readme file for a lot of help,
- but it contains some small hints to make great programs.
-
- Use the control this way:
-
- (A is a variable)
- (SystemUtils1 is the name of the control)
-
-
- A = SystemUtils1.GetActiveUser
- -> This will put in A the user that's logged in.
-
- A = SystemUtils1.GetNumberOfButtons
- -> This will put in A the number of buttons on the mouse.
-
- A = SystemUtils1.GetStartupMode
- -> This will put in A the mode in which win95 booted.
-
- A = SystemUtils1.GetWindowsDirectory
- -> This will put in A the path to the Windows directory.
-
- A = SystemUtils1.GetWindowsRunTime
- -> This will put in A the time of win95 being on.
-
- A = SystemUtils1.SetCursor(X, Y)
- -> This will set the cursor to point X, Y.
- For example: A = SystemUtils1.SetCursor(10, 20)
- A will contain no returning data!
-
- SystemUtils1.HideCursor (True)
- -> This will hide the cursor, (False) will bring it back.
-
- SystemUtils1.SwapMouseButtons (True)
- -> This will Swap your mouse buttons, (False) will unswap.
-
- SystemUtils1.SetDelay (....)
- -> This will give your program a delay of .... MILLISECONDS.
-
- 1. SystemUtils1.UseSpecialKeys = False
- 2. SystemUtils1.UseSpecialKeys = True
- -> 1. This will turn off Ctrl+Alt+Delete, Ctrl+Esc etc.
- 2. This turns them back on.
-
- 1. SystemUtils1.ViewStartmenu = False
- 2. SystemUtils1.ViewStartmenu = True
- -> 1. This will make the Startmenu invisible (Ctrl+Esc still works).
- 2. This will make the Startmenu visible again.
-
-
-
- Have fun,
-
- And enjoy my Activex control.
-
-
- ---------------------------------------------------
- Yvo van Beek
-
- P.s. My e-mail is yvo@dds.nl. Send me your comments
- And you may send this program to your friends,
- neighbours anyone! It's FreeWare.
- ---------------------------------------------------